home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  284 b   |  13 lines

  1. on enterFrame
  2.   global ghfslideno, ghfathleteno
  3.   set vTemp to value(ghfslideno)
  4.   set vName to "CAP" & ghfathleteno & "0" & vTemp
  5.   if GetAssetNo(vName) < 1 then
  6.     go(1)
  7.     return 
  8.   end if
  9.   puppetSprite(28, 1)
  10.   set the castNum of sprite 28 to GetAssetNo(vName)
  11.   go(#next)
  12. end
  13.